From: Daniel Golle Date: Sat, 9 Nov 2024 23:21:50 +0000 (+0000) Subject: ruby: include JSON modules in host build X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22http:/www.crowdsec.net/%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22?a=commitdiff_plain;h=c0e97f89be771e7cc673731e2244ea30a4c4f1f5;p=feed%2Fpackages.git ruby: include JSON modules in host build Ruby JSON modules are used to build WebKitGTK. Include them in the host build. Signed-off-by: Daniel Golle (cherry picked from commit c667ae2efb4ad66d80f2bbc1348eda53a7e2049d) --- diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index 56c4e80102..fd6dba4f62 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -49,7 +49,7 @@ HOST_CONFIGURE_ARGS += \ --disable-yjit \ --without-gmp \ --with-static-linked-ext \ - --with-out-ext=-test-/*,bigdecimal,cgi/escape,continuation,coverage,etc,fcntl,fiddle,io/console,json,json/generator,json/parser,mathn/complex,mathn/rational,nkf,objspace,pty,racc/cparse,rbconfig/sizeof,readline,rubyvm,syslog,win32,win32ole,win32/resolv + --with-out-ext=-test-/*,bigdecimal,cgi/escape,continuation,coverage,etc,fcntl,fiddle,io/console,mathn/complex,mathn/rational,nkf,objspace,pty,racc/cparse,rbconfig/sizeof,readline,rubyvm,syslog,win32,win32ole,win32/resolv HOST_BUILD_DEPENDS:=yaml/host